home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFMESSAGEDLG / TFMESSAGEDLG.txt
Encoding:
Text File  |  2004-12-18  |  2.8 KB  |  157 lines

  1. object fMessageDlg: TfMessageDlg
  2.   Left = 263
  3.   Top = 306
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 103
  6.   ClientWidth = 414
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 130
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 59
  16.     Top = 8
  17.     Width = 333
  18.     Height = 49
  19.     AutoSize = False
  20.     Layout = tlCenter
  21.     WordWrap = True
  22.   end
  23.   object Image1: TImage
  24.     Left = 8
  25.     Top = 8
  26.     Width = 41
  27.     Height = 41
  28.   end
  29.   object PanYesNo: TPanel
  30.     Left = 0
  31.     Top = -2
  32.     Width = 414
  33.     Height = 35
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     Visible = False
  38.     object btNo: TButton
  39.       Left = 205
  40.       Top = 7
  41.       Width = 75
  42.       Height = 23
  43.       Caption = 'No'
  44.       Default = True
  45.       TabOrder = 0
  46.       OnClick = btNoClick
  47.     end
  48.     object btYes: TButton
  49.       Left = 123
  50.       Top = 7
  51.       Width = 75
  52.       Height = 23
  53.       Caption = 'Yes'
  54.       TabOrder = 1
  55.       OnClick = btYesClick
  56.     end
  57.   end
  58.   object PanOk: TPanel
  59.     Left = 0
  60.     Top = 68
  61.     Width = 414
  62.     Height = 35
  63.     Align = alBottom
  64.     BevelOuter = bvNone
  65.     TabOrder = 1
  66.     Visible = False
  67.     object btok: TButton
  68.       Left = 165
  69.       Top = 8
  70.       Width = 75
  71.       Height = 23
  72.       Caption = 'Ok'
  73.       Default = True
  74.       TabOrder = 0
  75.       OnClick = btokClick
  76.     end
  77.   end
  78.   object PanYesNoCancel: TPanel
  79.     Left = 0
  80.     Top = 33
  81.     Width = 414
  82.     Height = 35
  83.     Align = alBottom
  84.     BevelOuter = bvNone
  85.     TabOrder = 2
  86.     Visible = False
  87.     object mrNo2: TButton
  88.       Left = 165
  89.       Top = 7
  90.       Width = 75
  91.       Height = 23
  92.       Caption = 'No'
  93.       TabOrder = 0
  94.       OnClick = mrNo2Click
  95.     end
  96.     object mrYes2: TButton
  97.       Left = 83
  98.       Top = 7
  99.       Width = 75
  100.       Height = 23
  101.       Caption = 'Yes'
  102.       TabOrder = 1
  103.       OnClick = mrYes2Click
  104.     end
  105.     object mrCancel2: TButton
  106.       Left = 247
  107.       Top = 7
  108.       Width = 75
  109.       Height = 23
  110.       Caption = 'Cancel'
  111.       Default = True
  112.       TabOrder = 2
  113.       OnClick = mrCancel2Click
  114.     end
  115.   end
  116.   object PanYesToAll: TPanel
  117.     Left = 0
  118.     Top = -37
  119.     Width = 414
  120.     Height = 35
  121.     Align = alBottom
  122.     BevelOuter = bvNone
  123.     TabOrder = 3
  124.     Visible = False
  125.     object Btno3: TButton
  126.       Left = 165
  127.       Top = 7
  128.       Width = 75
  129.       Height = 23
  130.       Caption = 'No'
  131.       Default = True
  132.       TabOrder = 0
  133.       OnClick = btNoClick
  134.     end
  135.     object btYes3: TButton
  136.       Left = 83
  137.       Top = 7
  138.       Width = 75
  139.       Height = 23
  140.       Caption = 'Yes'
  141.       TabOrder = 1
  142.       OnClick = btYesClick
  143.     end
  144.     object yestoall: TButton
  145.       Left = 247
  146.       Top = 7
  147.       Width = 75
  148.       Height = 23
  149.       Caption = 'Yes to all'
  150.       Default = True
  151.       ModalResult = 10
  152.       TabOrder = 2
  153.       OnClick = yestoallClick
  154.     end
  155.   end
  156. end
  157.